CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 共享内存

搜索资源列表

  1. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯

    2下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3271437
    • 提供者:hkx
  1. 进程间共享内存封装类

    1下载:
  2. 进程间共享内存封装类
  3. 所属分类:进程与线程

    • 发布日期:2010-11-18
    • 文件大小:29012
    • 提供者:casmli
  1. 内存共享

    2下载:
  2. 实现没有任何关系的进程之间内存共享的很好例子,含信号量控制的
  3. 所属分类:源码下载

  1. 在VCpp 6.0下利用共享内存、消息实现内部进程通讯 - 副本

    0下载:
  2. 在VCpp 6.0下利用共享内存、消息实现内部进程通讯 ,资源里包含了,客户端和服务器端程序实现源代码。
  3. 所属分类:Windows编程

  1. sm_mz_demo.zip

    0下载:
  2. 共享内存多进程通讯例子,the demo of shared memory multi-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:41789
    • 提供者:
  1. File_Map_Server_Client

    0下载:
  2. windows下通过共享内存进行进程间通信的例子,包括server与client-windows through shared memory inter-process communication examples, including the server and client
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:105073
    • 提供者:morry
  1. linuxIPC

    1下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8261
    • 提供者:
  1. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:35121
    • 提供者:ZHANG
  1. 123598

    0下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯 程序名称:resource.h-In VC++ 6.0 use shared memory, message communication procedures to achieve internal process name: resource.h
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:150826
    • 提供者:sa
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:ak-47
  1. linux_process

    0下载:
  2. 该书详细介绍了linux进程之间通信的几种方式:信号,管道,共享内存等几种方式,并附有详细的实例,是一本不错的新手入门的电子书。-The book details the process of communication between linux in several ways: signals, pipes, shared memory, such as a number of ways, with detailed examples are a good green hand of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210537
    • 提供者:陈笑天
  1. Thread_13

    0下载:
  2. 基于共享内存的进程通信,调用CreatFileMapping,MapViewOfFile,strcpy实现-Shared memory based on the process of communication, call CreatFileMapping, MapViewOfFile, strcpy implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:29495
    • 提供者:cy
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:hzgzh
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4051
    • 提供者:owenbbkp
  1. FileMap

    0下载:
  2. 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The only source simulation, shared
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6821764
    • 提供者:源泉
  1. ShareMemory_vs

    0下载:
  2. 通过共享内存实现进程通信,vs 2005 实现-process communicate by share memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-11
    • 文件大小:18373755
    • 提供者:yuanyuan
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:746
    • 提供者:wwwmao
  1. MemShareUseDemo

    0下载:
  2. 一个进程间共享内存及消息传递组件 ①、简单的字符串共享与消息传递 ②、自定义格式的数据共享-A process of shared memory and message passing between components ①, simple string sharing and message passing ②, custom format of data sharing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:2745
    • 提供者:LPT
  1. memfd 方式共享内存

    0下载:
  2. memfd 方式共享内存 多进程之间共享 文件句柄,这种方式令人惊叹。
  3. 所属分类:系统编程

« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com